GET api/GetBowntyList?siteGuid={siteGuid}&productListGuid[0]={productListGuid[0]}&productListGuid[1]={productListGuid[1]}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
siteGuid

integer

Required

productListGuid

Collection of integer

Required

Body Parameters

None.

Response Information

Resource Description

Offers
NameDescriptionTypeAdditional information
offers

Collection of Offer

None.

Response Formats

application/json

Sample:
{
  "offers": [
    {
      "Id": 1,
      "Dates": [
        {
          "Type": "begin",
          "Value": "sample string 2",
          "type": "begin"
        },
        {
          "Type": "begin",
          "Value": "sample string 2",
          "type": "begin"
        }
      ],
      "Links": [
        {
          "Type": "offer",
          "Value": "sample string 2",
          "type": "offer"
        },
        {
          "Type": "offer",
          "Value": "sample string 2",
          "type": "offer"
        }
      ],
      "Images": [
        {
          "Primary": true,
          "src": "sample string 2",
          "primary": "true"
        },
        {
          "Primary": true,
          "src": "sample string 2",
          "primary": "true"
        }
      ],
      "Categories": [
        "sample string 1",
        "sample string 2"
      ],
      "PriceOptions": [
        {
          "Discount": 4,
          "Savings": 3,
          "StoreValue": 2,
          "Price": 1,
          "Description": "sample string 6",
          "Currency": "sample string 5"
        },
        {
          "Discount": 4,
          "Savings": 3,
          "StoreValue": 2,
          "Price": 1,
          "Description": "sample string 6",
          "Currency": "sample string 5"
        }
      ],
      "Offers": {
        "IsActive": true,
        "SoldOut": true,
        "OnlineOffer": true,
        "Remaining": 3,
        "Sold": 2,
        "Available": 1
      },
      "Merchant": {
        "Links": [
          {
            "Type": "offer",
            "Value": "sample string 2",
            "type": "offer"
          },
          {
            "Type": "offer",
            "Value": "sample string 2",
            "type": "offer"
          }
        ],
        "geolocation": [
          {
            "value": 1,
            "Type": "lat",
            "type": "lat"
          },
          {
            "value": 1,
            "Type": "lat",
            "type": "lat"
          }
        ],
        "Phone": "sample string 8",
        "Email": "sample string 7",
        "Country": "sample string 6",
        "City": "sample string 5",
        "Zip": "sample string 4",
        "Address2": "sample string 3",
        "Address1": "sample string 2",
        "Name": "sample string 1"
      },
      "Locations": [
        "sample string 1",
        "sample string 2"
      ],
      "Brand": "sample string 6",
      "Highlights": "sample string 5",
      "FinePrint": "sample string 4",
      "Description": "sample string 3",
      "Title": "sample string 2"
    },
    {
      "Id": 1,
      "Dates": [
        {
          "Type": "begin",
          "Value": "sample string 2",
          "type": "begin"
        },
        {
          "Type": "begin",
          "Value": "sample string 2",
          "type": "begin"
        }
      ],
      "Links": [
        {
          "Type": "offer",
          "Value": "sample string 2",
          "type": "offer"
        },
        {
          "Type": "offer",
          "Value": "sample string 2",
          "type": "offer"
        }
      ],
      "Images": [
        {
          "Primary": true,
          "src": "sample string 2",
          "primary": "true"
        },
        {
          "Primary": true,
          "src": "sample string 2",
          "primary": "true"
        }
      ],
      "Categories": [
        "sample string 1",
        "sample string 2"
      ],
      "PriceOptions": [
        {
          "Discount": 4,
          "Savings": 3,
          "StoreValue": 2,
          "Price": 1,
          "Description": "sample string 6",
          "Currency": "sample string 5"
        },
        {
          "Discount": 4,
          "Savings": 3,
          "StoreValue": 2,
          "Price": 1,
          "Description": "sample string 6",
          "Currency": "sample string 5"
        }
      ],
      "Offers": {
        "IsActive": true,
        "SoldOut": true,
        "OnlineOffer": true,
        "Remaining": 3,
        "Sold": 2,
        "Available": 1
      },
      "Merchant": {
        "Links": [
          {
            "Type": "offer",
            "Value": "sample string 2",
            "type": "offer"
          },
          {
            "Type": "offer",
            "Value": "sample string 2",
            "type": "offer"
          }
        ],
        "geolocation": [
          {
            "value": 1,
            "Type": "lat",
            "type": "lat"
          },
          {
            "value": 1,
            "Type": "lat",
            "type": "lat"
          }
        ],
        "Phone": "sample string 8",
        "Email": "sample string 7",
        "Country": "sample string 6",
        "City": "sample string 5",
        "Zip": "sample string 4",
        "Address2": "sample string 3",
        "Address1": "sample string 2",
        "Name": "sample string 1"
      },
      "Locations": [
        "sample string 1",
        "sample string 2"
      ],
      "Brand": "sample string 6",
      "Highlights": "sample string 5",
      "FinePrint": "sample string 4",
      "Description": "sample string 3",
      "Title": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<offers xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <offer>
    <id>1</id>
    <title>sample string 2</title>
    <description>sample string 3</description>
    <fine_print>sample string 4</fine_print>
    <highlights>sample string 5</highlights>
    <brand>sample string 6</brand>
    <dates>
      <date type="begin">sample string 2</date>
      <date type="begin">sample string 2</date>
    </dates>
    <links>
      <link type="offer">sample string 2</link>
      <link type="offer">sample string 2</link>
    </links>
    <images>
      <image primary="true">sample string 2</image>
      <image primary="true">sample string 2</image>
    </images>
    <categories>
      <category>sample string 1</category>
      <category>sample string 2</category>
    </categories>
    <price_options>
      <price_option>
        <price>1</price>
        <store_value>2</store_value>
        <savings>3</savings>
        <discount>4</discount>
        <currency>sample string 5</currency>
        <description>sample string 6</description>
      </price_option>
      <price_option>
        <price>1</price>
        <store_value>2</store_value>
        <savings>3</savings>
        <discount>4</discount>
        <currency>sample string 5</currency>
        <description>sample string 6</description>
      </price_option>
    </price_options>
    <offers>
      <available>1</available>
      <sold>2</sold>
      <remaining>3</remaining>
      <online_offer>true</online_offer>
      <sold_out>true</sold_out>
      <is_active>true</is_active>
    </offers>
    <Merchant>
      <name>sample string 1</name>
      <Address1>sample string 2</Address1>
      <Address2>sample string 3</Address2>
      <Zip>sample string 4</Zip>
      <City>sample string 5</City>
      <Country>sample string 6</Country>
      <Email>sample string 7</Email>
      <Phone>sample string 8</Phone>
      <link type="offer">sample string 2</link>
      <link type="offer">sample string 2</link>
      <geolocation type="lat">1</geolocation>
      <geolocation type="lat">1</geolocation>
    </Merchant>
    <locations>
      <location>sample string 1</location>
      <location>sample string 2</location>
    </locations>
  </offer>
  <offer>
    <id>1</id>
    <title>sample string 2</title>
    <description>sample string 3</description>
    <fine_print>sample string 4</fine_print>
    <highlights>sample string 5</highlights>
    <brand>sample string 6</brand>
    <dates>
      <date type="begin">sample string 2</date>
      <date type="begin">sample string 2</date>
    </dates>
    <links>
      <link type="offer">sample string 2</link>
      <link type="offer">sample string 2</link>
    </links>
    <images>
      <image primary="true">sample string 2</image>
      <image primary="true">sample string 2</image>
    </images>
    <categories>
      <category>sample string 1</category>
      <category>sample string 2</category>
    </categories>
    <price_options>
      <price_option>
        <price>1</price>
        <store_value>2</store_value>
        <savings>3</savings>
        <discount>4</discount>
        <currency>sample string 5</currency>
        <description>sample string 6</description>
      </price_option>
      <price_option>
        <price>1</price>
        <store_value>2</store_value>
        <savings>3</savings>
        <discount>4</discount>
        <currency>sample string 5</currency>
        <description>sample string 6</description>
      </price_option>
    </price_options>
    <offers>
      <available>1</available>
      <sold>2</sold>
      <remaining>3</remaining>
      <online_offer>true</online_offer>
      <sold_out>true</sold_out>
      <is_active>true</is_active>
    </offers>
    <Merchant>
      <name>sample string 1</name>
      <Address1>sample string 2</Address1>
      <Address2>sample string 3</Address2>
      <Zip>sample string 4</Zip>
      <City>sample string 5</City>
      <Country>sample string 6</Country>
      <Email>sample string 7</Email>
      <Phone>sample string 8</Phone>
      <link type="offer">sample string 2</link>
      <link type="offer">sample string 2</link>
      <geolocation type="lat">1</geolocation>
      <geolocation type="lat">1</geolocation>
    </Merchant>
    <locations>
      <location>sample string 1</location>
      <location>sample string 2</location>
    </locations>
  </offer>
</offers>